From 58980a95f8b5f5b1e32f279262ebad27101134c9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Jul 1993 16:49:34 +0000 Subject: [PATCH] (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. --- src/syntax.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/syntax.c b/src/syntax.c index f00fb3c9dd3..c16c371f0c7 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1390,7 +1390,6 @@ scan_sexps_forward (stateptr, from, end, targetdepth, style a. if it is non-nil, we are in comment style b */ oldstate = Fcdr (oldstate); oldstate = Fcdr (oldstate); - oldstate = Fcdr (oldstate); tem = Fcar (oldstate); state.comstyle = !NILP (tem); } -- 2.30.2